home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / swap300.zip / WHATS.NEW < prev   
Text File  |  1990-10-04  |  2KB  |  35 lines

  1. This document lists the changes in swap() in each version.
  2.  
  3.  
  4. Revision  Date      Comments
  5. ---------------------------------------------------------------------------
  6.  1.00     4/1/90    Initial revision.  Supported swapping to expanded memory
  7.                     or disk.  Supported Small and Medium memory models.
  8.  
  9.  2.00     9/6/90    Added support for swapping to XMS extended memory. 
  10.                     Added support for Compact, Large, and Huge memory
  11.                     models.  Made .ASM source file configurable.
  12.  
  13.  2.01     9/7/90    It's always something!  SWAPTEST.LNK was missing from
  14.                     the release .ZIP file.  SWAP.DOC did not have page
  15.                     numbers in the table of contents.
  16.  
  17.  2.10     9/11/90   Added code to parse the command line into the default
  18.                     FCBs (thanks to David E. Jenkins).  Changed /D[model]
  19.                     definitions to allow assembly with Turbo Assembler.
  20.  
  21.  2.11     9/28/90   Fixed problem in SWAP.ASM (variable called cmd_pad). 
  22.                     This prevented execution of COMMAND.COM with arguments,
  23.                     as the pad byte (0) is interpreted by COMMAND.COM as the
  24.                     end of the command line.  Ooops!  Also, added
  25.                     information about using Microsoft C 6.00.
  26.  
  27.  3.00     10/4/90   Added full support for Microsoft C 6.00 large code
  28.                     memory models (fragmentation support).  Added complete
  29.                     information about compiling, assembling, and linking in
  30.                     all supported compiler versions and memory models. 
  31.                     Fixed error in disk restore routine--it wasn't deleting
  32.                     the swap file after it was done.  Swap() no longer
  33.                     supports EMS version 3.2--EMS 4.0 and above is required.
  34.  
  35.